Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Member Functions | List of all members
CCMEProcess Class Reference

CCMEProcess is the process that handles CME. More...

Inheritance diagram for CCMEProcess:
Process

Public Member Functions

CEphoneDirectory getEphoneDirectory (int)
 Returns the CEphoneDirectory object with the specified sequence number. More...
 
CEphone getEphone (int)
 Returns the CEphone object with the specified sequence number. More...
 
CTelephonyService getTelephonyService ()
 Returns the CTelephonyService object. More...
 
CDialPeer getDialPeer (int)
 Returns the CDialPeer object with the specified dial peer tag number. More...
 
- Public Member Functions inherited from Process
Device getOwnerDevice ()
 Returns the device for this process. More...
 

Detailed Description

CCMEProcess is the process that handles CME.

Member Function Documentation

◆ getDialPeer()

CDialPeer CCMEProcess::getDialPeer ( int  )

Returns the CDialPeer object with the specified dial peer tag number.

Parameters
dialPeerTag,thetag number of the dial peer.
Returns
CDialPeer, the CDialPeer object with the specified dial peer tag number.

◆ getEphone()

CEphone CCMEProcess::getEphone ( int  )

Returns the CEphone object with the specified sequence number.

Parameters
inttag, the unique sequence number of the ephone.
Returns
CEphone, the CEphone object with the specified sequence number.

◆ getEphoneDirectory()

CEphoneDirectory CCMEProcess::getEphoneDirectory ( int  )

Returns the CEphoneDirectory object with the specified sequence number.

Parameters
dnTag,theunique sequence number of the ephone directory number.
Returns
CEphoneDirectory, the CEphoneDirectory object with the specified sequence number.

◆ getTelephonyService()

CTelephonyService CCMEProcess::getTelephonyService ( )

Returns the CTelephonyService object.

Returns
CTelephonyService, the CTelephonyService object.

The documentation for this class was generated from the following file: